home *** CD-ROM | disk | FTP | other *** search
- if(_root.timer > 1)
- {
- _root.timer--;
- count++;
- if(count >= Math.round(0.1 * _root.starttimer))
- {
- count = 1;
- _root.corntouse = _root.corntouse + 1;
- }
- gotoAndPlay(2);
- }
- else
- {
- _root.timer = "00";
- _root.wait = true;
- _root.corntouse = 0;
- count = 0;
- stop();
- _root.dead("outtatime");
- }
-